home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / files / all.h next >
Encoding:
C/C++ Source or Header  |  1997-09-17  |  247 b   |  18 lines

  1. #ifndef FILES_ALL_H
  2. #define FILES_ALL_H TRUE
  3.  
  4. #ifndef FILES_FILES_H
  5. #include <files/files.h>
  6. #endif
  7.  
  8. #ifndef FILES_SEGMENTS_H
  9. #include <files/segments.h>
  10. #endif
  11.  
  12. #ifndef FILES_OBJECTS_H
  13. #include <files/objects.h>
  14. #endif
  15.  
  16. #endif /* FILES_ALL_H */
  17.  
  18.